Package-level declarations

Contains parameter definitions representing the type of the vehicle.

Types

Link copied to clipboard
Link copied to clipboard
@Since(version = 1)
@JsonClass(generateAdapter = true)
data class VehicleSpecsParameters(val vehicleType: VehicleType)

Data class holding generic Vehicle specifications.

Link copied to clipboard
@Since(version = 1)
enum VehicleType : Enum<VehicleType>